home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / grom.dxr / 00017_GoTo176.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  96 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(302)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   go(176)
  11. end
  12.